Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat github action for windows with clang #1205

Closed
wants to merge 7 commits into from

Conversation

fspindle
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (61019ee) 54.95% compared to head (24f3445) 54.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1205      +/-   ##
==========================================
- Coverage   54.95%   54.93%   -0.02%     
==========================================
  Files         399      399              
  Lines       49149    49149              
==========================================
- Hits        27008    27002       -6     
- Misses      22141    22147       +6     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

- now VISP_INPUT_IMAGE_PATH is hardcoded to C:\Users\runneradmin\visp-images
- since using ${HOME}/visp-images brings "c/users/runneradmin/visp-images"
  that is not a recognize path
- add explicitely -avx and -avx2 build flags to avoid error : use of undeclared identifier '__m256'
- consider the specific case of clang on windows that uses unix-like comiler flags
@fspindle
Copy link
Contributor Author

Done in #1201 that is more complete

@fspindle fspindle closed this Jul 19, 2023
@fspindle fspindle deleted the feat_gha_win_clang_new branch July 3, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant